{

  "columns": [{
    "label": "Test Column",
    "fromKey": "data",
    "type": "TEXT"
  }],

  "rows": [{
    "data": "Test Data"
  }]

}
